Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve structure of .well-known/void schema #34

Merged
merged 1 commit into from
May 3, 2021

Conversation

martinmaillard
Copy link
Contributor

Will close #25

Using .well-known/schema was not following any spec, so we decided to
move the dataset description under .well-known/void.

<.well-known/void> spex:shape [
  a spex:DefaultShapes ;
  schema:hasPart [
    a sh:NodeShape ;
    sh:name "My Table" ;
    sh:targetClass <MyTable> ;
    sh:property [] ;
  ] ;
] .

Using `.well-known/schema` was not following any spec, so we decided to
move the dataset description under `.well-known/void`.

```turtle
<.well-known/void> spex:shape [
  a spex:DefaultShapes ;
  schema:hasPart [
    a sh:NodeShape ;
    sh:name "My Table" ;
    sh:targetClass <MyTable> ;
    sh:property [] ;
  ] ;
] .
Copy link
Contributor

@l00mi l00mi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bergos is off this week. So I approve this version to go ahead, he might have some final input in one week.

@martinmaillard martinmaillard merged commit fffecfe into master May 3, 2021
@martinmaillard martinmaillard deleted the redo-well-known branch May 3, 2021 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define proper discovery mechanism for predefined SHACL shapes and viewport definition
2 participants